From dcabb129344ced7bbce062fbbf4f071c60c7dec8 Mon Sep 17 00:00:00 2001 From: "rread@ubuntu.eng.hq.xensource.com" Date: Wed, 1 Feb 2006 13:11:21 -0700 Subject: [PATCH] use alternative mirror for gcc make clean doesn't wipe out patches directory anymore, which confuses hg less multiple patches apply correctly Signed off by: Sean Dague --- tools/xm-test/ramdisk/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/xm-test/ramdisk/Makefile.am b/tools/xm-test/ramdisk/Makefile.am index ad71da4b14..9352501059 100644 --- a/tools/xm-test/ramdisk/Makefile.am +++ b/tools/xm-test/ramdisk/Makefile.am @@ -31,7 +31,7 @@ $(BR_IMG): $(BR_SRC) cp configs/busybox $(BR_SRC)/package/busybox/busybox.config cp configs/uClibc $(BR_SRC)/toolchain/uClibc/uClibc.config (for i in patches/buildroot/*.patch; do \ - cd $(BR_SRC) && patch -p1 <../$$i; done ) + cd $(BR_SRC) && patch -p1 <../$$i && cd ..; done ) cd $(BR_SRC) && make oldconfig && make $(XMTEST_VER_IMG): $(BR_IMG) @@ -67,5 +67,4 @@ am_config_clean-local: rm -f *~ rm -f initrd.img rm -f $(BR_TAR) - rm -Rf patches make.d rm -f disk.img -- 2.30.2